home *** CD-ROM | disk | FTP | other *** search
/ New Star Software Collection / NSS_Collection.iso / 3-023 photo finish 20 / 2.ima / SHARPJX.DO_ / SHARPJX.bin
Encoding:
Text File  |  1992-09-21  |  4.4 KB  |  135 lines

  1.                         Sharp JX series scanner driver
  2.                                  SHARPJX.EXE
  3.                               September 17, 1992
  4.  
  5. The Sharp JX series driver is a revision 6 scanner driver (see REV6.DOC 
  6. for more information) providing black and white, gray scale, and color 
  7. scanning for all ZSoft products.
  8.  
  9. You can run SHARPJX.EXE from your CONFIG.SYS, AUTOEXEC.BAT, or other  
  10. batch file. To manually add the device driver to your CONFIG.SYS, 
  11. use a text editor to type the entry as it appears below. Be sure to 
  12. include a path if the scanner driver is not in your root directory. 
  13. Remember to include additional parameters when necessary. 
  14.  
  15. You may also need to add a parameter to the CONFIG.SYS entry depending on
  16. which program you are using. See the information below for the parameters 
  17. you may need to add.
  18.  
  19. If you are using                  ...add this parameter
  20. this ZSoft program...             to your CONFIG.SYS entry.
  21.  
  22. PC Paintbrush Plus (DOS)          /C1
  23. PC Paintbrush Plus (Windows)      /C2
  24. PC Paintbrush IV Plus (DOS)       /C3
  25. Publisher's Paintbrush (Windows)  /C4
  26.  
  27. PhotoFinish, Publisher's Paintbrush version 2.02 or higher, and 
  28. PC Paintbrush 5+ do not need an application code parameter.
  29.  
  30. CONFIG.SYS entry:
  31.  
  32. device=GPIB.COM
  33. device=SHARPJX.EXE
  34.  
  35. This driver supports the following features:
  36.  
  37.      SHARP JX-300:
  38.      ==============================
  39.      Brightness Settings     1-255
  40.      Contrast Settings       1-255
  41.      Automatic Brightness    No
  42.      Automatic Contrast      No
  43.      Resolutions             30-300 DPI by 1
  44.      Scan Modes              B/W, GS 256, Color 24-bit
  45.      Halftones               Bayer, Fine Fatting, Coarse Fatting,
  46.                              Horizontal Line, Vertical Line, Mesh
  47.      Enhancements            Edge Enhance
  48.      Maximum Scan Area       8.5" x 11"
  49.  
  50.      SHARP JX-320:
  51.      ==============================
  52.      Brightness Settings     1-255
  53.      Contrast Settings       1-255
  54.      Automatic Brightness    No
  55.      Automatic Contrast      No
  56.      Resolutions             30-600 DPI by 1
  57.      Scan Modes              B/W, GS 256, Color 24-bit
  58.      Halftones               Bayer, Fine Fatting, Coarse Fatting,
  59.                              Horizontal Line, Vertical Line, Mesh,
  60.                              Error-Diffusion
  61.      Enhancements            Edge Enhance
  62.      Maximum Scan Area       8.5" x 11"
  63.  
  64.      SHARP JX-450:
  65.      ==============================
  66.      Brightness Settings     1-255
  67.      Contrast Settings       1-255
  68.      Automatic Brightness    No
  69.      Automatic Contrast      No
  70.      Resolutions             30-300 DPI by 1
  71.      Scan Modes              B/W, GS 256, Color 24-bit
  72.      Halftones               None
  73.      Enhancements            Edge Enhance
  74.      Maximum Scan Area       11" x 17"
  75.  
  76. The commands provided by the driver are listed below in the example of 
  77. the /H parameter.
  78.  
  79.      ZSoft Scanner Driver, version 6.01
  80.      Copyright(C) ZSoft Corp. 1991, 1992.  All rights reserved.
  81.  
  82.      Valid commands:
  83.  
  84.      /Cx    = application Code (1-4)
  85.      /H     = display this Help text
  86.      /?     = display this help text
  87.      /U     = Unload driver
  88.      /V     = Verbose messages and status displays
  89.      /G<dev>= GPIB device driver name (default is /GDEV7)
  90.      /0x    = Scanner head speed (1-2), where /01 is fastest (default is /02)
  91.  
  92.  
  93. /0
  94. ==
  95.  
  96. This command allows the user to select the head speed for scanning.  
  97. Slow speeds give better quality but require more patience.  /01 is 
  98. the faster, and /02 is slower.
  99.  
  100.  
  101. Messages
  102. ========
  103.  
  104.      Identifying Scanner...
  105.  
  106. Identification of the attached Sharp scanner is automatic - no command 
  107. line switches are necessary.
  108.  
  109.      Supporting: ??????????? on GPIB device xxxxxxx
  110.  
  111. This message is displayed upon successful initialization of the scanner.  
  112. The name and model of the scanner found will be displayed.
  113.  
  114.  
  115. Error Messages
  116. ==============
  117.  
  118.      Invalid speed specified.
  119.  
  120. This message is displayed when the user specifies an invalid value for 
  121. the /0 parameter.
  122.  
  123.  
  124.      Scanner not responding (do you have the right address?)
  125.  
  126. This message is displayed at initialization time if the scanner driver 
  127. cannot successfully communicate with the scanner.
  128.  
  129.  
  130.      Cannot find GPIB.COM device driver named xxxx.
  131.  
  132. This message is displayed when the SHARPJX driver needs the GPIB device 
  133. driver to operate, and it is not present.
  134.  
  135.